projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e778aa
)
Fix sourcedir!=builddir .gir build from source tarball
author
Pavel Holejsovsky
<pavel.holejsovsky@gmail.com>
Fri, 23 Mar 2012 06:09:02 +0000
(07:09 +0100)
committer
Pavel Holejsovsky
<pavel.holejsovsky@gmail.com>
Wed, 11 Apr 2012 18:05:10 +0000
(20:05 +0200)
Setting -I$(top_builddir) before -I$(top_srcdir) causes that
g-ir-scanner picks up boxing definitions generated by glib-mkenums.
https://bugzilla.gnome.org/show_bug.cgi?id=672133
gdk/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/Makefile.am
b/gdk/Makefile.am
index 6b647e53020ca015964daf5ce1c02830bde55ce3..c0760f2fd6fffbec44a2e1a16caec7fec78b83bb 100644
(file)
--- a/
gdk/Makefile.am
+++ b/
gdk/Makefile.am
@@
-36,9
+36,9
@@
EXTRA_DIST += \
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Gdk\" \
-DGDK_COMPILATION \
- -I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_builddir)/gdk \
+ -I$(top_srcdir) \
$(GTK_DEBUG_FLAGS) \
$(GDK_DEP_CFLAGS)